home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / database / zbase15.zip / ZIPBASE.DOC < prev    next >
Text File  |  1993-02-03  |  6KB  |  169 lines

  1.                             .ZipBase.EXE
  2.  
  3.                               (c) 1991
  4.  
  5.                         REPRIEVE (c) Software
  6.  
  7.                         SHAREWARE RELEASE 1.5
  8.  
  9. FILES
  10. -----
  11.   The files distributed in this release are :
  12.  
  13.     ZIPBASE.exe .... Program
  14.       ZBVAR.mem .... Memory Variable file
  15.       ZBARC.dbf .... Database file, Archive Files
  16.       ZBANX.ntx .... Index file, by name
  17.       ZBATX.ntx .... Index file, by type
  18.       ZBADX.ntx .... Index file, by disk
  19.       ZBFIL.dbf .... Database file, Filenames
  20.       ZBFZX.ntx .... Index file, by name
  21.       ZBDSK.dbf .... Database file, Disk Size
  22.       ZBDNX.ntx .... Index file, by disk
  23.       ZBTFI.dbf .... Database file, Temporary
  24.     ZIPBASE.doc .... Document file
  25.  
  26. PURPOSE
  27. -------
  28.   The purpose of this program is to keep a record of Archived Disk Files,
  29. and be able to quickly locate a file by its Filename, Program Type or its
  30. Disk Number           * * * ONLY READS .ZIP FILES * * *
  31.  
  32. INSTALLATION
  33. ------------
  34.   Place all of the files in the same subdirectory and execute the ZipBase.exe
  35. program.  The database already has one record entered, this record may be
  36. E-dited or M-arked for deletion
  37.  
  38. DEFINITIONS
  39. -----------
  40.                             ZBARC.dbf
  41.                             ---------
  42.   Archive File Name .... the name of the .ZIP file
  43.           Type Prgm .... type of program, BUSI COMM DBAS DOS  EDUC GAME
  44.                                           GRPH MUSC PRGM UTIL WDPR BUSI etc.
  45.             Dsk No. .... the disk number the .ZIP file is located on  001-999
  46. Program Description .... a description of the program(s) ZIPPED up
  47.            Size Arc .... the size of the .ZIP file in Kbytes
  48.            Size Reg .... the size of the program(s) UNZIPPED in Kbytes
  49.           No. Files .... the number of Archived Files contained in the .ZIP file
  50.  
  51.                             ZBFIL.dbf
  52.                             ---------
  53.            Filename .... the name of the program ZIPPED up
  54.  Last Modified Time .... the time of the last modification of this file
  55.  Last Modified Date .... the date of the last modification of this file
  56.            Size Arc .... the size of this file ZIPPED up
  57.            Size Reg .... the size of this file UNZIPPED
  58.           No. Files .... the position of this file in the .ZIP file
  59.  
  60. OPERATION
  61. ---------
  62.       F-ind .... used to F-ind a record by filename, type program or disk number,
  63.                  ENTER to get to the next field. The database is listed by the
  64.                  field that you F-ind upon
  65.  
  66.       E-dit .... allows modification of the current highlighted record data
  67.  
  68.       M-ark .... Marks / Unmarks records for DELETION.  Records that are marked
  69.                  are DELETED when the program is exited
  70.  
  71.       V-iew .... pops open a window to V-iew the files ZIPPED up in the Archive
  72.  
  73.       D-isk .... allows entry of D-isk size and computes kbytes used, remaining
  74.                  NOT IMPLEMENTED IN UNREGISTERED VERSION
  75.  
  76.       R-ead .... pops open a window from which .ZIP files and their contents
  77.             .    may be R-ead and I-nserted into the database
  78.             .
  79.             .....L-og .... L-og a drive and directory in which .ZIP files are
  80.             .              to be R-ead
  81.             .
  82.             .C-ontent .... reads the C-ontents of the selected .ZIP file, and
  83.             .(RETURN)      displays the first 5 files in the .ZIP file, shows
  84.             .              the totals of Arc Size, Reg Size and No. Files
  85.             .
  86.             ..I-nsert .... I-nserts the .ZIP file data into the databases and
  87.             .              prompts for Type Prgm, Dsk # and Program Description
  88.             .
  89.             ... Q-uit .... Q-uits the R-ead function
  90.                 (Esc)
  91.  
  92.     U-pdate .... U-pdates the files on a selected disk
  93.             .    NOT IMPLEMENTED IN UNREGISTERED VERSION
  94.             .
  95.             .....L-og .... L-og a drive and directory in which .ZIP files are
  96.             .              to be updated
  97.             .
  98.             .....A-ll .... updates database with A-ll files on L-ogged drive
  99.             .
  100.             .....N-ew .... updates database with N-ew files on L-ogged drive
  101.             .
  102.             ..V-erify .... V-erifies that all Archive Filenames on L-ogged
  103.             .(RETURN)      drive are in database
  104.             .
  105.             ....Q-uit .... Q-uits the U-pdate function
  106.                 (Esc)
  107.  
  108.      P-rint .... prints a report in the order that the database is listed by
  109.                  NOT IMPLEMENTED IN UNREGISTERED VERSION
  110.  
  111.      C-olor .... pops open a window which allows changes of the screen colors
  112.  
  113.       Q-uit .... exits the program and removes any records marked for deletion
  114.       (Esc)
  115.  
  116.    Up Arrow .... moves to the previous record
  117.  
  118.    Dn Arrow .... moves to the next record
  119.  
  120.        PgUp .... moves up nine records
  121.  
  122.        PgDn .... moves down nine records
  123.  
  124.        Home .... moves to the top of the file
  125.  
  126.         End .... moves to the bottom of the file
  127.  
  128. EDITING NOTES
  129. -------------
  130.   When editing field data the following keys may be used:
  131.  
  132.        Esc - on any field exits editing, does not save changes of
  133.              current field, all other changes saved
  134.  
  135.     Ctrl W - on any field exits editing, saves all changes
  136.  
  137.      Enter - moves to next field, on last field exits editing
  138.  
  139. Down Arrow - moves to next field, does not exit editing on last field
  140.  
  141.   Up Arrow - moves to previous field
  142.  
  143.  Ctrl Home - moves to first field
  144.  
  145.   Ctrl End - moves to last field
  146.  
  147.     Ctrl Y - deletes all characters from the cursor position to the end
  148.              of the current field
  149.  
  150. PROGRAMMER
  151. ----------
  152.   This program was written by Joseph E. Albritton, a Chief Firecontrolman
  153. in the United States Navy.  It may be distributed freely in it's entirity,
  154. but the author is not liable for any circumstances of it's use or abuse.
  155.                -----------------------------------
  156.  
  157. SHAREWARE
  158. ---------
  159.   If you would like the complete version, register by sending $10.00 to -
  160.  
  161.                         Joseph E. Albritton
  162.                         2851 Regas Drive East
  163.                         Atlantic Beach, Florida 32233
  164.  
  165. *  Include your phone number so that I can arrange for download
  166.    via modem
  167.  
  168. *  This offer is valid until August 1992
  169.